-
Notifications
You must be signed in to change notification settings - Fork 7.9k
ext/iconv fix solaris/illumos which can support const/non const versi… #16619
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
cc @petk would you mind trying this branch ? Thanks :) |
I've checked it on Solaris 11.4 and it builds fine. But I'm not exactly sure what to test here. With or without this patch there are 9 failing tests in ext/iconv:
|
It is not resolving anything but a build warning concerning the iconv api itself. e.g. if (iconv(cd, (**ICONV_CONST** char **)&in_p, &in_left, (char **) &out_p, &out_left) == (size_t)-1) { |
With this patch applied I get more warnings: Details
|
Thanks. do you have specific CFLAGS you pass for building ? |
Everything by default: ./configure
gmake |
Ok I ll look into it further thanks ! |
…ons.